bitmask: Optimize intersect
authorMatthias Clasen <mclasen@redhat.com>
Thu, 10 Sep 2015 22:46:58 +0000 (18:46 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 12 Sep 2015 15:24:37 +0000 (11:24 -0400)
commit0957ba522008bc08631ee209b4dae8d7c5a7dce0
tree9c1a89a676beacc6dbff22b766bc88814f50cc9c
parent3a503b7ba18b52d990c547c7980607ba65957753
bitmask: Optimize intersect

The functions was written in a way that would possibly
resize the mask twice, which is not necessary.
gtk/gtkallocatedbitmask.c